home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Complete Mac Interactive
/
Macworld Complete Mac Interactive CD)(1994).iso
/
Software
/
Graphsoft
/
Arch Demo
/
Core.sit
/
MiniCad 5 Demo.rsrc
/
STR#_7010.txt
< prev
next >
Wrap
Text File
|
1994-04-15
|
3KB
|
89 lines
Returns the layer visibility of the layer that is connected to LayerHandle.
GetLVis(LayerHandle : HANDLE) : INTEGER;
Returns the text style of the font in a text block that is connected to TextHandle.
GetStyle(TextHandle : Handle) : INTEGER;
Returns the text size in points of the text block that is connected to TextHandle.
GetSize(TextHandle : Handle) : INTEGER;
Returns the ID number of the font in a text block that is connected to TextHandle.
GetFont(TextHandle : Handle) : INTEGER;
Returns the bottom Y coordinate value of the bounding box of the objects that fit the search criteria.
BotBound(<Search Criteria>) : REAL;
Returns the far right X coordinate value of the bounding box of the objects that fit the search criteria.
RightBound(<Search Criteria>) : REAL;
Returns the top Y coordinate value of the bounding box of the objects that fit the search criteria.
TopBound(<Search Criteria>) : REAL;
Returns the far left X coordinate value of the bounding box of the objects that fit the search criteria.
LeftBound(<Search Criteria>) : REAL;
Returns the Y center coordinate value of the objects that fit the search criteria.
YCenter(<Search Criteria>) : REAL;
Returns the X center coordinate value of the objects that fit the search criteria.
XCenter(<Search Criteria>) : REAL;
Returns the width of the objects that fit the search criteria.
Width(<Search Criteria>) : REAL;
Deselects objects that fit the search criteria.
DSelectObjs(<Search Criteria>);
Selects objects that fit the search criteria.
SelectObjs(<Search Criteria>);
Returns the perimeter of the objects that fit the search criteria.
Perim(<Search Criteria>) : REAL;
Returns the object type of the objects that fit the search criteria.
ObjectType(<Search Criteria>) : INTEGER;
Returns the length of the objects that fit the search criteria.
Length(<Search Criteria>) : REAL;
Returns the height of the objects that fit the search criteria.
Height(<Search Criteria>) : REAL;
Returns the number of the objects that fit the search criteria.
Count(<Search Criteria>) : REAL;
Returns the area of the objects that fit the search criteria.
Area(<Search Criteria>) : REAL;
Returns the angles of the objects that fit the search criteria.
Angle(<Search Criteria>) : REAL;
Returns the numeric value contained within the active spreadsheet cell designated by the parameters Row & Column.
CellValue(Row,Column : INTEGER) : REAL;
Returns the string value contained within the active spreadsheet cell designated by the parameters Row & Column.
CellString(Row,Column : INTEGER) : STRING;